home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / timezone.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  2.3 KB  |  62 lines

  1. <qml title="Choose Time Zone">
  2.  
  3.   <h1>Choose Time Zone</h1>
  4.  
  5.   <p>
  6.     The easiest method of selecting your time zone is finding your city
  7.     on the map (or finding a city close to you that you know is in your
  8.     time zone) and selecting it with your mouse.  The pull-down list below
  9.     the map will automatically update to the zone you chose in the map
  10.     above.
  11.   </p>
  12.  
  13.   <p>
  14.     Alternately, you can bypass the map entirely and choose from the
  15.     list. Click the arrow button to the right of the list and then
  16.     browse to the city that is closest to your location.
  17.   </p>
  18.  
  19.   <p>
  20.     When you have chosen the time zone you wish to use, be sure to
  21.     indicate if you use Greenwich Mean Time (GMT) or local time
  22.     with your system's <em>hardware clock</em>. These two options are
  23.     offered below the pull-down time zone list. (Note for the
  24.     knowledgeable reader: we refer to GMT instead of UTC since this
  25.     concept is more familiar with most people, and the subtle
  26.     difference doesn't matter in this context.)
  27.   </p>
  28.  
  29.   <p>
  30.     Network operating systems usually have their hardware clock
  31.     set to GMT, while systems like DOS and Windows prefer it set to
  32.     local time. It is recommended that you use GMT unless you have
  33.     one of the latter operating systems on the same computer.
  34.   </p>
  35.  
  36.   <p>
  37.     Specifying that the hardware clock is set to GMT will cause the
  38.     system to adjust the time it reads from the hardware clock for the
  39.     selected time zone and season. The local time setting will tell
  40.     your Linux system to use the hardware clock's time without any
  41.     adjustments. You will then have to adjust for daylight savings
  42.     time changes manually.
  43.   </p>
  44.  
  45.   <p>
  46.     If your system time is off by a factor corresponding to your time
  47.     zone, it is likely that you have selected the GMT setting while
  48.     your hardware clock is set to local time. Check in your BIOS that
  49.     the hardware clock is really set to GMT.
  50.   </p>
  51.  
  52.   <p>
  53.     Local time can be ambiguous with regard to daylight savings time.
  54.     Thus, operating systems using local time sometimes disagree about
  55.     which performs the adjustments, and do the changes to the hardware clock
  56.     multiple times. Please recheck the hardware clock in your BIOS if
  57.     your time setting is incorrect after one of these systems has
  58.     performed any adjustments.
  59.   </p>
  60.  
  61. </qml>
  62.